home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / languages / gawk / futures < prev    next >
Encoding:
Text File  |  1989-10-04  |  555 b   |  23 lines

  1. This file lists future projects and enhancments for gawk.
  2.  
  3. Synchronize alloca.[cs] and regex.[ch] with the latest versions at GNU.
  4. (this will likely be done as a patch to 2.11.)
  5.  
  6. Convert yylex() to allow arbitrary-length program lines.
  7.  
  8. Allow OFMT to be other than a floating point format.
  9.  
  10. Make printf fully compatible with the ANSI C spec.
  11.  
  12. Make it faster and smaller.
  13.  
  14. Allow RS to be a regexp.
  15.  
  16. Read in environment only if necessary. (Is this all that big a deal?)
  17.  
  18. Use faster regex algorithms.
  19.  
  20. Create a gawk-to-C translator?
  21.  
  22. Create a gawk compiler?
  23.